docprintf(10+strlen(wpt->description), "%s\n", wpt->description);
}
if (wpt->gc_data.terr) {
+
+ docprintf (100, "%s/%s\n", gs_get_cachetype(wpt->gc_data.type),
+ gs_get_container(wpt->gc_data.container));
+
if (wpt->gc_data.desc_short.utfstring) {
char *stripped_html = strip_html(&wpt->gc_data.desc_short);
docprintf (10+strlen(stripped_html), "\n%s\n", stripped_html);